Welcome![Sign In][Sign Up]
Location:
Search - vc o

Search list

[Com PortVCchuankoutongxin

Description: 用VC 6.O实现的一个串口通信例程,希望能对初学者有所帮助.-VC 6.0 of a serial communication routines, hoping to help beginners.
Platform: | Size: 6144 | Author: 王峰 | Hits:

[Speech/Voice recognition/combineMS-agent

Description: msagent说明文档。机器人接口 Agent,COM,角色,语音识别,语音合成。 对Agent编程的方法主要有使用VB,VC等语言进行ActiveX调用,除此之外还有直接通过VC进行COM编程调用。在VB中调用Agent是最简单不过了,但由于VB程序本身存在诸多缺陷,很难在实际中应用。而在VC中,由于Agent内部完全采用了UNICODE编码,同时还要处理各种繁杂的COM接口,从而也存在一定的问题。AgentShell是建立在Agent和应用程序之间的一个外壳程序,通过它可将Agent复杂的COM接口封装起来,转变为简单的函数调用,很好的实现对Agent的控制。同时AgentShell也作为一个独立的程序,可处理英文自动朗读等功能,本文将详细介绍其实现原理。 (一) 原理介绍 AgentShell和Agent Server的连接是通过COM调用来实现的,对于与应用程序的通信是通过WM_COPYDATA消息来实现的, 下图表示出AgentShell与其它程序的关系: [ Agent Server ] ¦ [ COM调用 ] ¦ [ AgentShell ] ¦ [ 消息 ] ¦ [ 应用程序 ]-msagent documentation. Robot Interface Agent, COM, role, voice recognition, voice synthesis. Right Agent programming method mainly used VB, VC language called ActiveX. in addition to direct VC calls for COM programming. In VB called Agent is the most simple, but VB program itself, there are many shortcomings, very difficult to be applied in practice. The VC, as Agent completely within the UNICODE coding, Meanwhile, we need to deal with various complicated COM interface, so there are some problems. AgentShell is based on the Agent and applications between a shell, through its Agent can be complicated COM interface package, changing to a simple function call. to achieve good control of the Agent. While AgentShell also as an independent process, can be handled automatically read English and o
Platform: | Size: 720896 | Author: xpnt | Hits:

[Compress-Decompress algrithmslzwfordepresscoding

Description: LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-LZW compression and decompression procedures lzw.c major functional modules bitio.c/bitio . h some support function, and support bits (bit) for the File I/O usage : Compression 4,558,302 E
Platform: | Size: 2048 | Author: 冯灿科 | Hits:

[Otherhuffmanfordepreesingcoding

Description: 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,恢复Huffman编码,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-Huffman (Huffman) encoding compression and decompression procedures huffman.c main functions module bitio.c/bitio.h some support function, support for bits (bit) for the File I/O usage : Huffman compression E
Platform: | Size: 1024 | Author: 冯灿科 | Hits:

[ADO-ODBCxlsvc

Description: VC 读取EXCEL文件,网上大多用ODBC或OLE方式进行读取,但这两种方法都具有局限性,本原码在分析Excel文件格式的基础上从底层编写代码.-VC read Excel documents, mostly online using ODBC or OLE manner read, But both methods have limitations, primitive code in Excel file format on the basis of the preparation of code from the bottom.
Platform: | Size: 26624 | Author: 汪方 | Hits:

[Picture ViewerClockProject

Description: 同步显示系统时间的时钟,并有去抖动的功能.下载后可直接运行,vc++6.0编写-synchronous display system time clock, and jitter to the function. Can be downloaded directly operation, vc++6.0 prepared
Platform: | Size: 1940480 | Author: 王看来 | Hits:

[Internet-NetworkOverlappedIOBaseOnCompletionPort

Description: 基于VC6.0开发的C/S源码,使用基于完成端口的重叠I/O方式的C/S源码。-VC6.0 development based on the C/S source, Based on the use of the port completed overlapping I/O modes of C/S source.
Platform: | Size: 9216 | Author: 李晓风 | Hits:

[MiddleWaredocking

Description: This ActiveX control and Demo will allow you to dock your toolbars/forms to a mdiform much in the way in which Visual C++ allows you to. 象Vc++一样使用多文本窗体 -This ActiveX control and will allow yo Demo u to dock your toolbars/forms to a mdiform much i n the way in which Visual C allows you to. the same as the use of vitamin C Text Window
Platform: | Size: 56320 | Author: cai | Hits:

[TCP/IP stackcomplete-port-vc++

Description: 完全端口模型,vc开发网络编程,很好的网络I/O网络模型实例子代码-completely port model, vc development of network programming, good network I/O network model-code examples
Platform: | Size: 5120 | Author: 邵革健 | Hits:

[TCP/IP stackMultiCast_Ser

Description: 在WINDOWS下利用VC++写的支持TCP I/O多路复用,UDP 组播和串口读写的通信程序服务端!-in Windows using the VC was made with the support of TCP I/O multiplexers. UDP Multicast and serial communication program of literacy services end!
Platform: | Size: 1085440 | Author: OneGun | Hits:

[Internet-NetworkMultiCast_Cli

Description: 在WINDOWS下利用VC++写的支持TCP I/O多路复用,UDP 组播和串口读写的通信程序客户端!-in Windows using the VC was made with the support of TCP I/O multiplexers. UDP Multicast and serial communication program of literacy client!
Platform: | Size: 13312 | Author: OneGun | Hits:

[PropertySheetGetLineByMapObjects

Description: 本程序是VC+MO的一个简单例子,对于初学GIS的朋友能起到抛砖引玉的作用! MapObjects是建立在微软的对象链接和嵌入(OLE)2.0基础之上的。OLE是当今得到最广泛支持的面向目标的软件集成技术。用户像用砖块盖房子一样利用OLE组件开发和集成Windows应用。一个OLE控件是一个可重复使用的软件组件。OLE控件可以将许多其他OLE对象包装在一个包中。这个包可以反映某些特定的功能,如统计图和多媒体等,并可以直接嵌入支持OLE的应用中。OLE对象具有特征和方法,可以通过对它们的编程来控制对象的外观、行为以及相互作用。MapObjects是一个提供制图与GIS功能的OLE控件,它包含了超过45个可编程OLE对象。MapObjects地图控件可以直接插入到许多标准开发环境的工具集中,可以通过属性页操纵地图。这些属性页是在诸如VC之类的开发环境中建立的,或者通过其他程序化相关对象来控制地图。这些对象为应用开发人员提供了有力的制图与GIS功能支持。 -this procedure MO VC is a simple example. For novice GIS friends will play the role of something! MapObjects is built on Microsoft's Object Linking and Embedding (OLE) 2.0 foundation. OLE is currently the most widely supported goal-oriented software integration technology. Users like a brick house built like using OLE component development and integration Windows applications. An OLE is a reusable software components. OLE can be many other OLE objects packed in a bag. The package will reflect certain specific functions, such as charts and multimedia. and can directly support OLE embedded applications. OLE object with features and methods, through their control of programming targeted to the appearance, behavior and interaction. MapObjects is a provider of mapping and GIS functions of O
Platform: | Size: 231424 | Author: qianyou | Hits:

[Search EngineSearchEngineCore

Description: 搜索引挚内核 SearchKernel.ocx控件被加载过10万个以上不同地址,通过了稳定性测试. 在VC, VB, Office, Web页上分别测试通过. SeKel.h是控件的接口说明. test目录中是控制的调用源代码. 控件内置多线程下载. 内置html完全解释.(解释了90%左右html脚本, 容错控制采用仿ie的技术) 内置javascrip有限解释.(解释了基本循环, 字符操作运算和整型运算) 内置正文分析的分解.(只仅中文简体) 后三项可以关掉, 采用第三方技术.-Search engines are loaded kernel SearchKernel.ocx control over more than 100,000 different addresses, the adoption of a tilt test. In VC, VB, Office, Web page, respectively, passed the test. SeKel.h is the control interface description. Test directory is called source code control. controls built multi-threaded download. built-html fully explain. (explains about 90 html script, fault-tolerant control using imitation ie the technology) built javascrip limited explanation. (explains the basic cycle of operation of computing characters and integer operations) built-in analysis of decomposition of the body. (only Simplified Chinese only) can be switched off after the three, using third-party technology.
Platform: | Size: 59392 | Author: xieds | Hits:

[uCOSucgui-timer

Description: 在桓丰的44b0上实现漂亮的大时钟,利用uc-gui,支持触摸屏更改时间,如果想在别的板上用,要修改一下I/O定义,-In Hwan Fung 44b0 achieve pretty big clock, the use of uc-gui, to support the touch screen to change the time, if you want to use in other on-board, it is necessary to modify some I/O definition
Platform: | Size: 1446912 | Author: 廖耿耿 | Hits:

[OtherIconCoolEditor

Description: 这是一个图标编辑工具。利用它可以随心所欲的编辑各种各样的图标,用在VC++中。-This is an icon editing tool. Arbitrary use of it can edit a variety of icons, used in VC in.
Platform: | Size: 16254976 | Author: heheh | Hits:

[Communication-MobileVC_OPCServer_VB_OPCCLIENT

Description: 学习开发opcserver和opcclient的好例子,功能齐全。-Learning Development opcserver and opcclient good example of a full-featured.
Platform: | Size: 428032 | Author: 高山 | Hits:

[OtherDemoForReadOrWriteIO(VC)

Description: A small program for reading or writing some I/O port.(VC++).
Platform: | Size: 1866752 | Author: yimeisheng | Hits:

[USB developEasyUSB

Description: 可二次开发的可以编译通过的VC++6.0源代码,且有硬件开发套件。有了它,在你需要做一个USB产品开发时,所有要做的就是在PC上修改源代码、调用几个函数读写I/O口。-Secondary development may be compiled through the VC++ 6.0 source code, and hardware development kit. With it, you need to do a USB product development, all in the PC to do is modify the source code, a few function calls to read and write I/O port.
Platform: | Size: 81920 | Author: Jeff Shi | Hits:

[OtherSmartXpButton

Description: 一个VC开发的美观的XP按钮播放activeX控件,欢迎下载,欢迎指正-VC developed a beautiful XP button player activeX controls, welcome to download, please correct me
Platform: | Size: 34816 | Author: Bill | Hits:

[OtherYFSkins

Description: 非常美观的皮肤空间,VC++6.0开发,欢迎下载,欢迎指正!-The skin is very beautiful in space, VC++ 6.0 development, welcome to download, please correct me!
Platform: | Size: 35840 | Author: Bill | Hits:
« 1 23 4 5 6 7 8 9 »

CodeBus www.codebus.net